home *** CD-ROM | disk | FTP | other *** search
- abstract class PlayerShipAction extends StgObjectAction {
- public static final int[][] MoveTable = new int[][]{{0, 0}, {0, -262144}, {0, 262144}, {0, 0}, {-262144, 0}, {-196608, -196608}, {-196608, 196608}, {0, 0}, {262144, 0}, {196608, -196608}, {196608, 196608}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}};
-
- public PlayerShipAction(StgFrame var1) {
- super(var1);
- }
-
- public abstract boolean action(PlayerShipIndex var1);
- }
-